home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
bbsutils
/
tb502man.arj
/
P137
< prev
next >
Wrap
Text File
|
1994-02-13
|
3KB
|
63 lines
The TriBBS Bulletin Board System 137
FILE FORMATS
------------
In order to encourage third-party development of TriBBS-related
utilities and doors, this section details the file formats TriBBS
uses. You should note that TriBBS is written in C++ and as such all
data types are C data types. For example, all strings are null-
terminated C strings.
SYSDAT1.DAT
-----------
Is the system configuration file and is located in node 1's main
directory. It uses the following format:
Byte Data Description
Position Type
1 to 41 char [41] The board's name.
42 to 82 char [41] The sysop's name.
83 to 91 char [9] The board's starting date.
92 to 95 char [4] The board's default file extension.
Must be ZIP, ARJ, LZH, PAK, SDN, or ARC.
96 to 97 int Total number of nodes.
98 to 99 int The number of today's calls.
100 to 101 int The number of messages posted today.
102 to 103 int The number of uploads today.
104 to 105 int The number of downloads today.
106 to 107 int The default daily time limit.
108 to 109 int The default number of daily calls.
110 to 111 int The maximum time per call.
112 to 113 int The minimum sysop security level.
114 to 115 int The new user security level.
116 to 117 int The new user daily time limit.
118 to 119 int Upload time compensation ratio.
120 to 121 int Maximum no keyboard input time in
minutes.
122 to 125 long The total number of calls.
126 to 127 int US phone number flag. If TRUE, use US
phone number format. If FALSE, don't
use US phone number format.
128 to 129 int Test uploads flag. If TRUE, scan
uploads for viruses. If FALSE, don't
scan uploads for viruses.
130 to 131 int Auto ANSI detection flag. If TRUE, do
auto ANSI autodetect. If FALSE, prompt
user for ANSI color graphics.
132 to 133 int Waiting message flag. If TRUE, check
for waiting messages. If FALSE, don't
check for waiting messages.
134 to 149 char [16] The system password.
150 to 151 int The board's file/byte ratio type.